const runtime.debugLogStringLimit
3 uses
runtime (current package)
debuglog.go#L30: const debugLogStringLimit = debugLogBytes / 8
debuglog.go#L308: if len(b) > debugLogStringLimit {
debuglog.go#L309: b = b[:debugLogStringLimit]
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)